home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_iperf.idb / usr / freeware / src / iperf / patches.z / patches
Text File  |  2002-07-08  |  3KB  |  31 lines

  1. --- ./Makefile.rules    Wed Feb 23 18:08:39 2000
  2. +++ ../iperf-1.1.1/./Makefile.rules    Thu May  2 10:56:47 2002
  3. @@ -12,20 +12,20 @@
  4.  ##################################################
  5.  # programs
  6.  
  7. -CC       = gcc
  8. -CFLAGS   =  -Wall -O2 -DHAVE_CONFIG_H
  9. +CC       = sgifwcompile -e -q -nostdinc -I. -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/include -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/include -O3 -OPT:Olimit=0:space=ON -DEBUG:optimize_space=on  -TENV:X=1 -CG:unique_exit=on  -OPT:IEEE_arithmetic=1:roundoff=0:wrap_around_unsafe_opt=off -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/lib32  -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1107,1110,1116,1164,1185,1188,1204,1230,1233  -Wl,-woff,85,-woff,84 -rpath /usr/freeware/lib32 -- /hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/ptoolroot/usr/bin/cc
  10. +CFLAGS   =  -O2 -DHAVE_CONFIG_H
  11.  
  12. -CXX      = g++
  13. -CXXFLAGS =  -Wall -O2 -DHAVE_CONFIG_H
  14. +CXX      = sgifwcompile -e -q -nostdinc -I. -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/include -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/include/CC -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/include -O3 -OPT:Olimit=0:space=ON -DEBUG:optimize_space=on -TENV:X=1 -CG:unique_exit=on -OPT:IEEE_arithmetic=1:roundoff=0:wrap_around_unsafe_opt=off -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/lib32 -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1107,1110,1116,1164,1185,1188,1204,1230,1233 -Wl,-woff,85,-woff,84 -rpath /usr/freeware/lib32 -LANG:std -- /hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/ptoolroot/usr/bin/CC
  15. +CXXFLAGS =  -O2 -DHAVE_CONFIG_H
  16.  
  17. -LD       = g++
  18. -LDFLAGS  = 
  19. +LD       = sgifwcompile -e -q -nostdinc -I. -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/include -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/include/CC -I/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/include -O3 -OPT:Olimit=0:space=ON -DEBUG:optimize_space=on -TENV:X=1 -CG:unique_exit=on -OPT:IEEE_arithmetic=1:roundoff=0:wrap_around_unsafe_opt=off -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/lib32 -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1107,1110,1116,1164,1185,1188,1204,1230,1233 -Wl,-woff,85,-woff,84 -rpath /usr/freeware/lib32 -LANG:std -- /hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/ptoolroot/usr/bin/CC
  20. +LDFLAGS  = -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/freeware/lib32  -L/hosts/babylon.engr/usr/dist/new_toolroots/6.5/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1107,1110,1116,1164,1185,1188,1204,1230,1233  -Wl,-woff,85,-woff,84 -rpath /usr/freeware/lib32
  21.  LIBS     = -lpthread 
  22.  
  23.  AR       = ar
  24.  ARFLAGS  = cr
  25.  
  26. -RANLIB   = ranlib
  27. +RANLIB   = :
  28.  
  29.  JAVAC    = javac
  30.  JAVA     = java
  31.